A typical command line could look something like this:

D:\quake\joequake-gl.exe +map start +exec joegl.cfg -dinput -m_smooth -mem 128 +set s_khz 44 -bpp 32

+map start                     : The game starts with the "Start" map in Quake.
+exec thenameofyourconfig.cfg  : This will execute your own personal config file in which you keep all your personal settings.
-dinput                        : Enables you to set the mouse rate from within the console using the m_rate command.
-m_smooth                      : Same as above.
-mem 128                       : 
+set s_khz 44                  : You need to use the +set switch in the command line to setup the value of this cvar. -22khz and -44khz can be used.
-bpp 32                        


JOEQUAKE

-no24bit                       : Disable loading high resolution textures if you use this switch.



-heapsize 48000

-width 640
-height 480

-window

_windowed_mouse




